projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49db96c
)
(internal_self_insert): Fix return value.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Apr 1997 22:45:03 +0000
(22:45 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Apr 1997 22:45:03 +0000
(22:45 +0000)
src/cmds.c
patch
|
blob
|
history
diff --git
a/src/cmds.c
b/src/cmds.c
index c6e5edba7b51532d4a4ac0bfd620ab212eb3ee0f..77a4114acff9ceb850b0771901f07b26933dc580 100644
(file)
--- a/
src/cmds.c
+++ b/
src/cmds.c
@@
-436,7
+436,7
@@
internal_self_insert (c, noautofill)
Lisp_Object prop;
prop = Fget (XSYMBOL (sym)->function, intern ("no-self-insert"));
if (! NILP (prop))
- return
Qnil
;
+ return
1
;
}
if (MODIFF != modiff)